From 7ff0fc519dea69691b2c6805a5946f9a1b11735b Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Mon, 26 May 2008 08:27:19 +0100 Subject: [PATCH] [IA64] remove warnings caused by c/s 17723:c684cf331f94 This patch removes the following warnings on ia64 by including necessary header files. On x86 the necessary files are included by recusive inclusion. Signed-off-by: Isaku Yamahata --- xen/common/grant_table.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xen/common/grant_table.c b/xen/common/grant_table.c index de3af2b8ed..e7aebb1c80 100644 --- a/xen/common/grant_table.c +++ b/xen/common/grant_table.c @@ -32,6 +32,8 @@ #include #include #include +#include +#include #include #ifndef max_nr_grant_frames -- 2.30.2